var golang.org/x/tools/internal/gcimporter.exportMap
3 uses
golang.org/x/tools/internal/gcimporter (current package)
gcimporter.go#L37: var exportMap sync.Map // package dir → func() (string, bool)
gcimporter.go#L47: f, ok := exportMap.Load(pkgDir)
gcimporter.go#L53: f, _ = exportMap.LoadOrStore(pkgDir, func() (string, bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)